BarChart for ASP.NET WebForms
AddRange(Nullable<DateTime>[]) Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace > IChartYAxisList Interface > AddRange Method : AddRange(Nullable<DateTime>[]) Method
The specified DateTime? data point values.
Add the specified DateTime? data point values to the series.
Syntax
'Declaration
 
Overloads Sub AddRange( _
   ByVal values() As System.Nullable(Of Date) _
) 
void AddRange( 
   System.Nullable<DateTime>[] values
)

Parameters

values
The specified DateTime? data point values.
See Also

Reference

IChartYAxisList Interface
IChartYAxisList Members
Overload List